﻿@charset "utf-8";
* 
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
em,
p,
font,
img,
small,
strong,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tr,
th,
td,
a,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:黑体;
}
{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
/*hzhb */
.hzhb {
	width: 100%;
	height: 250px;
	border-bottom: solid 1px #fafafa;
}
.hz1100 {
	width: 1100px;
	margin: 0 auto;
}
.cooTop {
	width: 1100px;
	margin-top: 40px;
}
.cooTop h3 {
	width: 1100px;
	display: block;
	font: bold 24px;
	color: #1E9344;
	text-align: center;
	margin-bottom: 6px;
}
.cooTop span {
	display: block;
	width: 50px;
	height: 2px;
	background: #dedede;
	margin: 0 auto;
}
/*合作伙伴滚动开始*/
.casePartner {
	width: 100%;
	height: 160px;
	/* background: #F4F4F4; */
	margin-top: 20px;
}
.caseMask {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
	/*margin-top: 40px;*/
	position: relative;
}
.caseMaskT {
	cursor: pointer;
	width: 23px;
	height: 43px;
	position: absolute;
	top: 50%;
	margin-top: 20px;
}
.caseMaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #dbdbdb;
	transform: rotate(-45deg) translate(-5px, 5px);
}
.caseMaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #dbdbdb;
	transform: rotate(-135deg) translate(-16px, -18px);
}
.caseMaskT:hover::before {
	background: #999;
}
.caseMaskT:hover::after {
	background: #999;
}
.caseMaskTL {
	left: 0;
	transform: translate(-300%, -50%);
}
.caseMaskTR {
	right: 0;
	transform: translate(300%, -50%) rotate(180deg);
}
.caseShow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 25px;
}
.caseBox {
	height: 100%;
	width: 2000px;
}
.caseBox li {
	cursor: pointer;
	width: 209px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 11px;
	position: relative;
	border: 1px solid #999;
	box-sizing: border-box;
}
.caseBox li img {
	/*height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	width: 209px;
	height: 100px;
	box-sizing: border-box;
}
/*合作伙伴滚动结束*/
/*hzhb ==========*/
/*product*/
.product {
	width: 100%;
	height: 720px;
}
.p1100 {
	width: 1100px;
	margin: 0 auto;
}
.proTop {
	margin-top: 40px;
	width: 1100px;
}
.proTop h3 {
	width: 1100px;
	display: block;
	font: bold 24px;
	color: #1E9344;
	text-align: center;
	margin-bottom: 6px;
}
.proTop span {
	display: block;
	width: 50px;
	height: 2px;
	background: #dedede;
	margin: 0 auto;
}
.proList {
	width: 1100px;
	height: 520px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.pNAV {
	width: auto;
	height: 36px;
	margin: 0 auto;
}
.pNAV li {
	float: left;
}
.pNAV li a {
	font: normal 14px;
	color: #666;
	line-height: 30px;
	float: left;
}
.pNAV li span {
	float: left;
	display: block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 12px 19px;
}
.pNAV li:last-child span{
	display: none;
}
.pNAV li:hover a {
	color: #1E9344;
	transition: 0.3s;
}
.cplist {
	margin-top: 30px;
}
.cplist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cpIMG {
	width: 265px;
	height: 181px;
	position: relative;
	overflow: hidden;
	border: solid 1px #f4f4f4;
}
.cpIMG img {
	width: 265px;
	height: 181px;
	/* height: 100%; */
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/* transition: .3s; */
}
.cpName {
	width: 267px;
	height: 40px;
	background: #f4f4f4;
}
.cpName b {
	font: normal 14px;
	color: #666;
	line-height: 40px;
	margin-left: 20px;
}
.cpName span {
	display: block;
	background: url(../images/cpico_03.png)no-repeat center;
	width: 9px;
	height: 9px;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
.cplist li:hover .cpIMG {
	border: solid 1px #1E9344;
	transition: 0.3s;
}
.cplist li:hover .cpIMG img {
	/* transform: translate(-50%, -50%) scale(1.1); */
}
.cplist li:hover .cpName {
	background: #1E9344;
	transition: 0.3s;
}
.cplist li:hover .cpName b {
	color: #fff;
	transition: 0.3s;
}
.cplist li:hover .cpName span {
	background: url(../images/cpicoxz_03.png)no-repeat center;
	transition: 0.3s;
}
.cplist li:nth-child(4n) {
	margin-right: 0;
}
.cpmore {
	width: 300px;
	height: 40px;
	margin: 0 auto;
}
.cpmore a {
	display: block;
	width: 120px;
	height: 40px;
	background: #f4f4f4;
	font: normal 14px;
	color: #666;
	float: left;
	text-align: center;
	line-height: 40px;
	margin-right: 30px;
}
.cpmore a:hover {
	color: #fff;
	background: #1E9344;
	transition: 0.3s;
}
/*product  ========*/
/*adv */
.adv {
	width: 100%;
	height: 1380px;
	background: url(../images/advbj_02.png)no-repeat center;
}
.adv1100 {
	width: 1100px;
	margin: 0 auto;
}
.advtit {
	padding-top: 40px;
	width: 1100px;
}
.advtit img {
	width: 320px;
	height: 34px;
	margin-left: 390px;
	margin-bottom: 6px;
}
.advtit span {
	display: block;
	width: 50px;
	height: 2px;
	background: #ccc;
	margin: 0 auto;
}
.yslist {
	width: 1100px;
	position: relative;
}
.Li1img {
	position: absolute;
	margin-top: 124px;
	margin-left: 76px;
}
.Li1img img {
	width: 510px;
	height: 224px;
}
.advwa {
	position: relative;
}
.advwa h4 {
    font-size: 30px;
    font-weight: bold;
	position: absolute;
	font: bold 30px;
	color: #1e9344;
	margin-top: 130px;
	margin-left: 630px;
}
.advwa span {
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	background: #ccc;
	margin-top: 190px;
	margin-left: 622px;
}
.advwa b {
	position: absolute;
	font: italic 60px georgia;
	color: #999;
	margin-top: 180px;
	margin-left: 622px;
}
.advwa p {
	position: absolute;
	width: 300px;
	font: normal 14px;
	color: #666;
	margin-top: 180px;
	margin-left: 710px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.advwa1 {
	position: relative;
}
.advwa1 h4 {
     font-size: 30px;
    font-weight: bold;
	position: absolute;
	font: bold 30px;
	color: #1e9344;
	margin-left: 50px;
	/* margin-top: 130px; */
	display: block;
	width: 450px;
}
.advwa1 span {
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	background: #ccc;
	margin-top: 70px;
	margin-left: 50px;
}
.advwa1 b {
	position: absolute;
	font: italic 60px georgia;
	color: #999;
	margin-top: 70px;
	margin-left: 50px;
}
.advwa1 p {
	position: absolute;
	width: 300px;
	font: normal 14px;
	color: #666;
	margin-top: 61px;
	margin-left: 140px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.advwa2 {
	position: relative;
}
.advwa2 h4 {
     font-size: 30px;
    font-weight: bold;
	position: absolute;
	font: bold 30px;
	color: #1e9344;
	/* margin-top: 0px; */
	display: block;
	width: 450px;
}
.advwa2 span {
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	background: #ccc;
	margin-top: 70px;
}
.advwa2 b {
	position: absolute;
	font: italic 60px georgia;
	color: #999;
	margin-top: 60px;
	/* margin-left: 622px; */
}
.advwa2 p {
	position: absolute;
	width: 300px;
	font: normal 14px;
	color: #666;
	margin-top: 61px;
	margin-left: 100px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.Li1img1 {
	position: absolute;
	/* margin-top: 124px; */
	/* margin-left: 76px; */
}
.Li1img1 img {
	width: 510px;
	height: 224px;
	margin-top: 3px;
}
.advwa3 {
	position: relative;
}
.advwa3 h4 {
    font-size: 30px;
    font-weight: bold;
	position: absolute;
	font: bold 30px;
	color: #1e9344;
	display: block;
	width: 450px;
	margin-left: -470px;
	margin-top: 56px;
}
.advwa3 span {
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	background: #ccc;
	margin-top: 134px;
	margin-left: -462px;
}
.advwa3 b {
	position: absolute;
	font: italic 60px georgia;
	color: #999;
	margin-top: 126px;
	margin-left: -470px;
}
.advwa3 p {
	position: absolute;
	width: 300px;
	font: normal 14px;
	color: #666;
	margin-top: 124px;
	margin-left: -370px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.advtel {
	position: absolute;
	margin-top: 234px;
	margin-left: 100px;
	width: 450px;
	height: 40px;
}
.advtel b {
	font: normal 14px;
	color: #666;
	margin-top: 0px;
	line-height: 40px;
	float: left;
}
.advtel i {
	font: bold 30px arial;
	color: #1E9344;
	line-height: 40px;
	font-family: 黑体;
}
.yslist li:nth-child(2) {
	position: absolute;
	margin-top: 410px;
}
.yslist li:nth-child(3) {
	position: absolute;
	margin-top: 720px;
	margin-left: 670px;
}
.yslist li:nth-child(4) {
	position: absolute;
	margin-top: 948px;
	margin-left: 567px;
}
/*adv =========*/
/*liuc*/
.liuc {
	width: 100%;
	height: 212px;
	background: url(../images/lcbj_02.png)no-repeat center;
}
.lc1100 {
	width: 1100px;
	margin: 0 auto;
}
.lc1100 h4 {
	float: left;
	width: 40px;
	height: 150px;
	border: 2px solid #fff;
	color: #fff;
	font: normal 24px;
	text-align: center;
	line-height: 36px;
	margin-top: 38px;
	margin-left: 36px;
}
.liucTit {
	width: 900px;
	float: right;
	margin-top: 42px;
}
.liucTit li {
	width: 160px;
	float: left;
	margin-right: -12px;
	text-align: center;
}
.liucTit li:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: all .8s;
}
.liucTit li:last-child {
	margin-right: 0;
}
.liucTit li p {
	font: normal 14px;
	color: #666;
	display: block;
	width: 130px;
	text-align: center;
	line-height: 24px;
	margin-top: 12px;
	margin-left: 16px;
}
/*liuc =======*/
/*about*/
.abouttop {
	width: 100%;
	height: 50px;
	margin-top: 40px;
}
.at1100 {
	width: 1100px;
	margin: 0 auto;
}
.at1100 h3 {
	width: 1100px;
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #1E9344;
	text-align: center;
	margin-bottom: 6px;
}
.at1100 span {
	display: block;
	width: 50px;
	height: 2px;
	background: #dedede;
	margin: 0 auto;
}
.aboutlower {
	width: 100%;
	height: 478px;
	background: #F4F4F4;
	margin-top: 100px;
	position: relative;
}
.al1100 {
	width: 1100px;
	margin: 0 auto;
}
.al1100 img {
	position: absolute;
	width: 1100px;
	height: 200px;
	margin-top: -71px;
}
.al1100 p {
	position: absolute;
	display: block;
	width: 800px;
	font: normal 14px;
	color: #333;
	line-height: 24px;
	text-align: center;
	margin-top: 160px;
	margin-left: 150px;
}
.ab_nav {
	width: 1100px;
	margin: 0 auto;
	margin-top: 390px;
	position: absolute;
}
.ab_nav li {
	width: 260px;
	/*border-right: solid 1px #555;*/
	float: left;
}
.ab_nav li:last-child {
	border-right: none;
}
.ab_nav img {
	position: absolute;
	/* margin-top: 125px; */
	width: 1px;
	height: 68px;
}
.ab_nav_tit {
	margin-left: 104px;
}
.ab_nav_tit img {
	width: 40px;
	height: 50px;
}
.ab_nav b {
	display: block;
	font: normal 14px;
	color: #1e9344;
	text-align: center;
	margin-left: -6px;
	margin-top: 0px;
}
.ab_nav li:hover .ab_nav_tit img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: all .8s;
}
/*about=========*/
/*news*/
.news{
	width: 100%;
	height: 441px;
	margin-top: 40px;
}
.n1100{
	width: 1100px;
	margin:  0 auto;
}
.newstit{
	width: 1100px;
	/* margin-bottom: 40px; */
}
.newstit h3 {
	width: 1100px;
	display: block;
	font-size:24px;
	font-weight: bold;
	color: #1E9344;
	text-align: center;
	margin-bottom: 6px;
}
.newstit span {
	display: block;
	width: 50px;
	height: 2px;
	background: #dedede;
	margin: 0 auto;
}
.news_nr{
	/* height: 568px; */
}
.nrL{
	float: left;
	width: 550px;
	height: 350px;
	margin-right: 70px;
	margin-top: 50px;
}
.nrL img{
	width: 535px;
	height: 200px;
} 
.nrL h3{
	font: bold 16px;
	color: #333333;
	margin-top: 20px;
}
.nrL h3:hover{
	color: #1e9344;
}
.nrL p{
	width: 550px;
	font: normal 14px;
	color: #666666;
	margin-top: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.nrR{
	float: left;
	margin-top: 50px;
}
.nrR li{
	width: 470px;
	height: 30px;
	margin-bottom: 16px;
	border-bottom: solid 1px #999999;
}
.nrR li:last-child{
	margin-bottom: 0;
}
.nrR span{
	display: block;
	width: 10px;
	height: 2px;
	background: #999;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.nrR b{
	float: left;
	font: normal 14px;
	color: #666666;
	margin-left: 20px;
}
.nrR i{
	float: right;
	font: normal 14px;
	color: #999;
	margin-right: 20px;
}
.nrR li:hover b{
	color: #1E9344;
	transition: 0.5s;
}
/*news =========*/
/*link*/
.link {
	width: 100%;
	height: 40px;
	background: #f4f4f4;
}
.l1100 {
	width: 1100px;
	margin: 0 auto;
}
.l1100 h4 {
	display: block;
	width: 150px;
	height: 40px;
	font: normal 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #1E9344;
	float: left;
}
.l1100 a {
	float: left;
	display: block;
	margin: 0 10px;
	font: normal 14px;
	color: #666;
	line-height: 40px;
}
.l1100 a:hover {
	color: #1E9344;
}
/*link=========*/
